Vcenter Vm Hardware Disk Info
The Vcenter Vm Hardware Disk Info schema contains information about a virtual disk.
{
"label": "string",
"type": "string",
"ide": {
"primary": false,
"master": false
},
"scsi": {
"bus": 0,
"unit": 0
},
"sata": {
"bus": 0,
"unit": 0
},
"nvme": {
"bus": 0,
"unit": 0
},
"backing": {
"type": "string",
"vmdk_file": "string"
},
"capacity": 0
}
Device label.
Type of host bus adapter to which the device is attached.
For more information see: Vcenter Vm Hardware Disk HostBusAdapterType.
Address of device attached to a virtual IDE adapter.
Workaround for PR1459646
Address of device attached to a virtual SCSI adapter.
Workaround for PR1459646
Address of device attached to a virtual SATA adapter.
Workaround for PR1459646
Address of device attached to a virtual NVMe adapter.
This property was added in vSphere API 7.0.0.1.
This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Disk HostBusAdapterType.NVME.
Physical resource backing for the virtual disk.
Capacity of the virtual disk in bytes.
If missing or null
, virtual disk is inaccessible or disk capacity is 0.